Although DeepSeek-R1-Zero demonstrates excellent reasoning capabilities, it faces challenges such as poor readability and language mixing, occasionally combining English and Chinese in a single CoT response.
Fig. 1: Accuracy and output length of DeepSeek-R1-Zero throughout the training process.figure 1b, The average response length of DeepSeek-R1-Zero on the training set during the RL process. DeepSeek-R1-Zero naturally learns to solve reasoning tasks with more thinking time. Note that a training step refers to a single policy update operation. |
Table 1 An interesting ‘aha moment’ of an intermediate version of DeepSeek-R1-ZeroResponse: [think] To solve the equation sqrt(a - sqrt(a+x)) = x, let’s start by squaring both … Most probably AI i.e. LLM, has a special section about mathematics, including a section about how to solve equations and this operation belongs to its standard tools. A different method is to search a data base for a match; a match of what? Rearrange to isolate the inner square root term: (a-x^2)^2 = a+x gives etc gives etc … Wait, wait. Wait. That’s an aha moment I can flag here. We started with the equation: sqrt(a - sqrt(a+x)) = x First, let’s square both sides: (a - sqrt(a+x)) = x^2 this gives: sqrt(a+x) = a - x^2 Next, I could square both sides again, treating the equation: … The model learns to rethink using an anthropomorhic tone. This is also an aha moment for us, allowing us to witness the power and beauty of RL. |
| Fig. 2: The multistage pipeline of DeepSeek-R1. figure 2 A detailed background on DeepSeek-V3 Base and DeepSeek-V3 is provided in Supplementary Information, section 1.1. The models DeepSeek-R1 Dev1, Dev2 and Dev3 represent intermediate checkpoints in this pipeline. |
| Table 2 Experimental results at each stage of DeepSeek-R1 Full size table |
Beyond specific capability limitations, the pure RL methodology itself also presents inherent challenges:
Back to my home page Index
Back to Nature comments Nature Index